home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje pelne i specjalne / Vat system standard 1.7 / _SETUP.1 / Vat system.exe / 0 / RCDATA / TDKOREKTA / TDKOREKTA.txt
Text File  |  2000-10-27  |  1KB  |  57 lines

  1. object DKorekta: TDKorekta
  2.   Left = 252
  3.   Top = 165
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Korekta '
  7.   ClientHeight = 133
  8.   ClientWidth = 312
  9.   ParentFont = True
  10.   FormStyle = fsStayOnTop
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox1: TGroupBox
  15.     Left = 11
  16.     Top = 8
  17.     Width = 289
  18.     Height = 113
  19.     TabOrder = 3
  20.     object Label1: TLabel
  21.       Left = 8
  22.       Top = 16
  23.       Width = 62
  24.       Height = 13
  25.       Caption = 'tytu∩┐╜ korekty:'
  26.     end
  27.   end
  28.   object OKBtn: TButton
  29.     Left = 70
  30.     Top = 84
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.     OnClick = OKBtnClick
  38.   end
  39.   object Edit1: TEdit
  40.     Left = 19
  41.     Top = 40
  42.     Width = 273
  43.     Height = 21
  44.     TabOrder = 1
  45.     Text = 'towar zwr∩┐╜cono sprzedawcy'
  46.   end
  47.   object Button1: TButton
  48.     Left = 167
  49.     Top = 84
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'anuluj'
  53.     TabOrder = 2
  54.     OnClick = Button1Click
  55.   end
  56. end
  57.